projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caaeb80
)
(quail-translate-key): Fix condition to
author
Kenichi Handa
<handa@m17n.org>
Sun, 11 Mar 2001 23:38:11 +0000
(23:38 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 11 Mar 2001 23:38:11 +0000
(23:38 +0000)
check if there's another breaking point in the current key.
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index e6b9feb37600a5adf08e251d06517e0ca8c2be31..c9c298fce982a5644d8357947abcaae5251e0f9f 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-1628,7
+1628,7
@@
sequence counting from the head."
;; giving up, we must check two possibilities.
(cond ((and
(quail-maximum-shortest)
- (>= len
4
)
+ (>= len
3
)
(setq def (quail-map-definition
(quail-lookup-key quail-current-key (- len 2))))
(quail-lookup-key (substring quail-current-key -2) 2))